home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / excel / bestfit.zip / README.1ST < prev   
Text File  |  1995-03-12  |  2KB  |  45 lines

  1. Best Fit Line and Curve Worksheet
  2. Copyright 1995 by Mark McConnell - FREEWARE
  3. ---------------------------------------------
  4.  
  5. This Excel 5.0 Worksheet is used to fit a line and curve through an input set of data points.  It uses Least Squares numerical methods to approximate the best fit line and curve through the points.  
  6.  
  7.  
  8. INSTRUCTIONS:
  9.     Type or copy your X and Y data points into rows A and B, respectively, where the cell area is grayed(beginning at A5 and B5).  Up to 500 data points can be input. 
  10.  
  11. IMPORTANT!!!  The X data points MUST be in ASCENDING order from cell A5 to cell A504.  For example, if your X values are from 1 to 10 you must place 1 with its corresponding Y value first (in cell A5) and continue down with 10 being the last entry.  Otherwise the approximations will not work. 
  12.  
  13. In cell G4 type the number of the last X value in your data set (i.e., the largest X value.) 
  14.  
  15. In cell G21 the slope value (m) is printed for the approximated line.
  16. In cell G22 the y-intercept (b) is listed for the approximated line.
  17.  
  18. In cells Q19, Q20, and Q21 the coefficients of the polynomial that represents the best fit curve are listed.
  19.  
  20. ALSO IMPORTANT... If you are having any problems with the graphs not working correctly you may have to close and re-open the worksheet to initialize the input cells(this only happens sometimes when the cells are deleted.  Then re-enter or paste in your data again.
  21.  
  22.  
  23.  
  24. A LITTLE ABOUT THE AUTHOR...
  25.     Mark McConnell is a structural engineering grad student at Tufts University in Medford, MA (in the Boston area).  I like photography, food, and programming on the side.
  26.  
  27. Check out the Tufts Home Page on the Web at http://www.tufts.edu
  28.     and my home page at http://www.tufts.edu/~mmcconne/
  29.  
  30.  
  31.  
  32.  
  33.  
  34. This is FREEWARE.  I hope you can use it.  If you like it and find it helpful, I have other numerical method spreadsheets that I can pass along to you.  Please email me at:
  35.  
  36.         mmcconne@emerald.tufts.edu
  37.  
  38. for comments, suggestions, just to let me know that you like it, etc.
  39.  
  40.  
  41.  
  42. IN NO EVENT SHALL LICENSOR OR ITS SUPPLIERS BE LIABLE FOR ANY
  43. CONSEQUENTIAL OR INCIDENTAL DAMAGES ARISING OUT OF THE USE OF THE
  44. LICENSED PROGRAM OR RELATED TO THIS LICENSE.
  45.